CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 人工智能 课程

搜索资源列表

  1. 八数码 1

    1下载:
  2. 本程序为一个很好的八数码(又称九宫图)程序,为本人的人工智能课程设计。-the procedures for a good eight digital (also known as JiuGongTu) procedure, the artificial intelligence of my course design.
  3. 所属分类:Internet/网络编程

    • 发布日期:2008-10-13
    • 文件大小:168191
    • 提供者:
  1. 人工智能典型程序

    1下载:
  2. 人工智能课程学习中的作业,包括一些典型的Prolog程序,如汉塔问题,九宫问题,售货郎问题,猎人过河问题-courses of study artificial intelligence operations, including some typical Prolog procedures, such as Han tower, JiuGongTu issues, sales Lang, hunters across the river issues Bowl
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:18432
    • 提供者:江佳
  1. 专家系统1

    2下载:
  2. 一个delphi写的人工智能的专家系统,具体是动物识别系统,人工智能课程的一个大作业。里面用到delphi和数据库连接。-wrote an artificial intelligence expert system, the specific animal identification system AI courses a big operation. Delphi used inside and database connections.
  3. 所属分类:Windows编程

    • 发布日期:2008-10-13
    • 文件大小:1194192
    • 提供者:司徒元
  1. [AI]2005Maze1002016

    0下载:
  2. 福州大学人工智能课程02级的实验项目:实现深度、广度、A*算法的迷宫搜索以及演示程序,c#编写。-Fuzhou University artificial intelligence courses to the 02 pilot projects : to achieve the breadth, depth, A * search algorithm maze and Demonstration Program, c # prepared.
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2008-10-13
    • 文件大小:165692
    • 提供者:林锋杰
  1. 爱丁堡大学人工智能课件

    3下载:
  2. 爱丁堡大学人工智能,知识表达课程课件
  3. 所属分类:文档资料

    • 发布日期:2009-10-19
    • 文件大小:1772007
    • 提供者:ouch@sina.com
  1. 人工智能课程教学大纲

    0下载:
  2. 人工智能课程教学大纲 人工智能课程教学大纲
  3. 所属分类:报告论文

    • 发布日期:2010-12-15
    • 文件大小:87040
    • 提供者:lin506
  1. MonkeyAndBanana

    0下载:
  2. 完整人工智能课程设计-猴子香蕉问题,有源码和文档-Integrity of the curriculum design of artificial intelligence- monkey banana problem source and documentation
  3. 所属分类:Education soft system

    • 发布日期:2017-03-29
    • 文件大小:20977
    • 提供者:谢洛伊
  1. Othello

    0下载:
  2. 我用 Borland C++ Builder 6 写的黑白棋人机对弈程序,人工智能课程作业,棋力比我本人强,欢迎批评。-I use Borland C++ Builder 6 Riversi written procedures man-machine chess, artificial intelligence courses operate棋力than I am strong, and welcomed the criticism.
  3. 所属分类:Chess Poker games

    • 发布日期:2017-03-27
    • 文件大小:281781
    • 提供者:郭策
  1. life

    0下载:
  2. 课程设计的生命游戏的小程序哦,用VB编写,有人工智能部分哦-Curriculum design of the Game of Life applet Oh, prepared to use VB, there are some artificial intelligence Oh
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:10372
    • 提供者:huang hun
  1. AnimalDistinguish

    0下载:
  2. 人工智能的课程作业,动物识别系统。输入动物特征,系统判断是什么动物。-Artificial intelligence curriculum homework, animal identification system. Importation of animal characteristics, the system to determine what animals are.
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-25
    • 文件大小:327863
    • 提供者:czl
  1. animalidentify

    0下载:
  2. 人工智能课程设计实验“动物识别系统源码”-Artificial intelligence curriculum design experiment " Animal Identification System Source"
  3. 所属分类:Other windows programs

    • 发布日期:2017-05-16
    • 文件大小:4280718
    • 提供者:c
  1. shiyanbaogao

    0下载:
  2. 人工智能课程的试验报告,有八皇后、五子棋。-Artificial Intelligence course test report, there were eight queens, backgammon.
  3. 所属分类:Project Design

    • 发布日期:2017-05-06
    • 文件大小:1179544
    • 提供者:mwz
  1. Auto_RussiaBlock

    0下载:
  2. 在matlab的GUI界面中能够实现自动下俄罗斯方块,适合人工智能课程-It can be achieved automatically about the Russian box under the GUIinterface in matlab, for Artificial Intelligence
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-03
    • 文件大小:13223
    • 提供者:收到回复
  1. nQueens

    0下载:
  2. 人工智能课程实验:使用启发式搜索求解皇后问题。启发式搜索是利用度量作为指南的一种搜索方法。皇后问题是计算机界的经典问题,n皇后问题为把n个皇后放入一个n*n的棋盘中,使皇后两两不在同一行,同一列以及同一斜线中。求解n皇后问题的算法众多,主要有回溯法,构造法,概率算法以及本实验所用的启发式搜索方法等。方法不同,求解问题所产生的时间效率也大不相同,本实验主要对比构造法与启发式搜索方法的效率。 -Artificial Intelligence Curriculum Experiment: Usin
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-10
    • 文件大小:2101226
    • 提供者:夏雪
  1. 331717

    0下载:
  2. 使用回溯法解决背包问题,人工智能课程实验课题,()
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-05
    • 文件大小:2048
    • 提供者:hkdpuhi
  1. 罗马尼亚度假问题

    0下载:
  2. 人工智能课程设计罗马尼亚度假问题,一共有四种搜索算法,贪婪法,A*算法,深度优先,广度优先(Artificial intelligence course design Romania holiday problem, there are four search algorithms, greed method, A* algorithm, depth first, breadth priority)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-07
    • 文件大小:3497984
    • 提供者:flying-
  1. 01-课件

    1下载:
  2. 吴恩达 人工智能课程课件讲义,含已出的4个课程(The Wu Enda artificial intelligence course lecture notes, including the 4 courses already out)
  3. 所属分类:数值算法/人工智能

    • 发布日期:2018-01-11
    • 文件大小:60963840
    • 提供者:henry_xiong
  1. 521714

    0下载:
  2. 人工智能课程里的动物程序,作者是王万森,c++编的()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-22
    • 文件大小:46080
    • 提供者:Fhfny
  1. 哈工大_人工智能

    1下载:
  2. 哈工大计算机系任老师人工智能课程的代码实现。全部三个实验。(The computer department of Kazakhstan is the teacher of the teacher's artificial intelligence course. All three experiments.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-04-30
    • 文件大小:2048
    • 提供者:feng4251
  1. TGHZKQ

    0下载:
  2. 使用回溯法解决背包问题,人工智能课程实验课题,()
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-01
    • 文件大小:2048
    • 提供者:Hiral
« 12 3 4 5 6 7 8 »
搜珍网 www.dssz.com